toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.profile
/
[jvm]Profiles
Profiles
interface
Profiles
:
EngineService
A service for managing Chromium profiles.
Members
Functions
default
Profile
Link copied to clipboard
abstract
fun
defaultProfile
(
)
:
Profile
Returns the default profile instance.
delete
Link copied to clipboard
abstract
fun
delete
(
profile
:
Profile
)
Deletes the given
profile
from the
list
of available profiles, closes all browsers associated with it, releases all allocated resources and files in the user data directory.
engine
Link copied to clipboard
abstract
fun
engine
(
)
:
Engine
Returns the engine of this service.
list
Link copied to clipboard
abstract
fun
list
(
)
:
List
<
Profile
>
Returns an immutable list of the available profiles including the default profile.
new
Incognito
Profile
Link copied to clipboard
abstract
fun
newIncognitoProfile
(
name
:
String
)
:
Profile
Creates a new incognito
Profile
instance with the given
name
.
new
Profile
Link copied to clipboard
abstract
fun
newProfile
(
name
:
String
)
:
Profile
Creates a new
Profile
instance with the given
name
.